home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Internet Tools 1995 April / Internet Tools.iso / dos_win / winsock / maillist / 94-04.Z / 94-04 / text0264.txt < prev    next >
Encoding:
Text File  |  1994-04-30  |  2.3 KB  |  68 lines

  1. I'm trying to get Trumpet Newsreader to archive an entire selection of 
  2. articles from a newsgroup to my local hard disk. How do you do that?
  3. I've tried the archive button but I can never find the file its supposed to
  4. save to.
  5.  
  6. cboesel@crl.com
  7. From news@bigblue.oit.unc.edu Tue Apr 22 22:27:18 1994
  8. Received: from bigblue.oit.unc.edu by SunSITE.Unc.EDU (5.65c+IDA/FvK-1.07) with SMTP
  9.           id AA27423; Sat, 23 Apr 1994 08:14:37 -0400
  10. Received: by bigblue.oit.unc.edu (AIX 3.2/UCB 5.64/4.03)
  11.           id AA32237; Sat, 23 Apr 1994 07:13:58 -0500
  12. Received: from GATEWAY by bigblue with netnews
  13.     for winsock@sunsite.unc.edu (winsock@sunsite.unc.edu)
  14. To: winsock@sunsite.unc.edu
  15. Date: 22 Apr 1994 21:27:18 +0100
  16. From: roque@master.di.fc.ul.pt
  17. Message-Id: <2p9bv6$3of@master.di.fc.ul.pt>
  18. Organization: Faculdade de Ciencias da Universidade de Lisboa
  19. Sender: ses
  20. Subject: call to winsock.dll causes error 202
  21.  
  22. I'm working on a winsock app that uses UDP sockets.
  23. When I call sendto() Windows gives me Error 202. I think that the error 
  24. ocurs inside the dll. I'm using Trumpet 1.0 Alpha 18.
  25. The Error info is meaningless to me.
  26.  
  27. the way I do it:
  28. startup code:
  29.     sock = socket(...)
  30.     bind
  31.     WSAAsyncSelect(..)
  32.  
  33. Receiving code:
  34.     recvfrom(..); works ok...
  35.  
  36. Sending Code
  37.     memset(dest_addr, 0, sizeof(struct...));
  38.     dest_addr.sin_port = received_port;
  39.     dest_addr.sin_addr.s_addr = ...
  40.     sendto(sock, buf, bufsize, 0, (struct sockaddr *)
  41.     &dest_addr, sizeof(struct sockaddr_in));
  42.  
  43. My question is why the Hell ( pardon me for the expression )
  44. does the DLL origins a Error 202 and what the Hell ( sorry again)
  45. Error 202 is ?
  46.  
  47.     If you can help me please send me a mail
  48.     Pedro Roque
  49. -- 
  50.  
  51.     Pedro Roque (roque@di.fc.ul.pt)
  52. From news@bigblue.oit.unc.edu Thu Apr 21 23:34:37 1994
  53. Received: from bigblue.oit.unc.edu by SunSITE.Unc.EDU (5.65c+IDA/FvK-1.07) with SMTP
  54.           id AA27375; Sat, 23 Apr 1994 08:14:30 -0400
  55. Received: by bigblue.oit.unc.edu (AIX 3.2/UCB 5.64/4.03)
  56.           id AA21737; Sat, 23 Apr 1994 06:44:43 -0500
  57. Received: from GATEWAY by bigblue with netnews
  58.     for winsock@sunsite.unc.edu (winsock@sunsite.unc.edu)
  59. To: winsock@sunsite.unc.edu
  60. Date: Thu, 21 Apr 1994 23:34:37 GMT
  61. From: PCM@PCM.oit.unc.edu (PC-USER)
  62. Message-Id: <PCM.1.00129446@PCM>
  63. Organization: Xerox
  64. Sender: ses
  65. References: <2p4vp1$bg3@acy1.digex.net>
  66. Subject: Re: Trumpet news reader help AHHHH!!!
  67.  
  68.